The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "eval::context"

Eval::Context - Evalute perl code in context wraper River stage one • 3 direct dependents • 3 total dependents

This module define a subroutine that let you evaluate Perl code in a specific context. The code can be passed directly as a string or as a file name to read from. It also provides some subroutines to let you define and optionally share variables and ...

NKH/Eval-Context-0.09.11 - 24 Feb 2010 14:43:30 UTC - Search in distribution

Devel::MAT::Context - represent a single call context state River stage one • 3 direct dependents • 3 total dependents

Objects in this class represent a single level of state from the call context. These contexts represent function calls between perl functions....

PEVANS/Devel-MAT-0.53 - 07 Mar 2024 17:57:32 UTC - Search in distribution

Acme::Perl::VM::Context - Context classes for APVM River stage zero No dependents

GFUJI/Acme-Perl-VM-0.006 - 18 Nov 2009 01:40:25 UTC - Search in distribution

Devel::EvalContext - Save lexicals and hints between calls to eval River stage zero No dependents

Sometimes it's necessary to run some code that creates lexicals and then run *more* code that uses the same ones. Perhaps it's in an interactive development environment. However, unlike Scheme, perl's eval primitive doesn't take an extra parameter to...

BSMITH/Devel-EvalContext-0.09 - 02 Sep 2007 19:12:50 UTC - Search in distribution

ur River stage one • 1 direct dependent • 1 total dependent

: This command is for testing and debugging. It simply eval's the Perl source supplied on the command line, after using the current namespace. A $self object is in scope representing the current context....

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC - Search in distribution

H - Method wrappers for hash construction. River stage zero No dependents

It is nice to make hashes like this: { foo => $thing1->foo(), bar => $thing2->bar(), } Note that our hash keys and method names match, this is a common situation. There are many pitfalls, "$thing1->foo()" may return a scalar, an empty list, an uneven...

EXODIST/H-0.001 - 15 Mar 2018 06:06:50 UTC - Search in distribution

PV - Text-mode User Interface Widgets. River stage zero No dependents

Once upon a time I needed a basic text-mode GUI framework to implement some nice-looking interfaces for the Linux console. Didn't find any around, so necessity became the mother of PerlVision, which kept growing as I kept adding more goodies, so now ...

AGUL/PerlVision-1.5 - 31 Oct 2000 07:44:51 UTC - Search in distribution

Sub::Quote - Efficient generation of subroutines via string eval River stage four • 55 direct dependents • 4770 total dependents

This package provides performant ways to generate subroutines from strings....

HAARG/Sub-Quote-2.006008 - 20 Jan 2023 10:28:03 UTC - Search in distribution

mb - Can easy script in Big5, Big5-HKSCS, GBK, Sjis(also CP932), UHC, UTF-8, ... River stage zero No dependents

MBCS has been said to be an acronym for Multi Byte "Character" Set. (However, these days, it should be considered an acronym for Multi Byte "Codepoint" Set.) In any case, it is certain that "M" and "B" in mb.pm modulino are the first two characters o...

INA/mb-0.57 - 06 Jul 2023 15:12:01 UTC - Search in distribution

CPAN - query, download and build perl modules from CPAN sites River stage three • 53 direct dependents • 522 total dependents

The CPAN module automates or at least simplifies the make and install of perl modules and extensions. It includes some primitive searching capabilities and knows how to use LWP, HTTP::Tiny, Net::FTP and certain external download clients to fetch dist...

ANDK/CPAN-2.36 - 14 May 2023 19:36:11 UTC - Search in distribution

re - Perl pragma to alter regular expression behaviour River stage five • 11292 direct dependents • 32664 total dependents

'taint' mode When "use re 'taint'" is in effect, and a tainted string is the target of a regexp, the regexp memories (or values returned by the m// operator in list context) are tainted. This feature is useful when regexp operations on tainted data a...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution
  • re - Perl pragma to alter regular expression behaviour
  • DB - programmatic interface to the Perl debugging API
  • DB - programmatic interface to the Perl debugging API
  • 115 more results from perl »

perltidy - a perl script indenter and reformatter River stage three • 77 direct dependents • 143 total dependents

Perltidy reads a perl script and writes an indented, reformatted script. The formatting process involves converting the script into a string of tokens, removing any non-essential whitespace, and then rewriting the string of tokens with whitespace usi...

SHANCOCK/Perl-Tidy-20240202 - 01 Feb 2024 13:55:33 UTC - Search in distribution

JE - Pure-Perl ECMAScript (JavaScript) Engine River stage two • 6 direct dependents • 10 total dependents

JE, short for JavaScript::Engine (imaginative, isn't it?), is a pure-Perl JavaScript engine. Here are some of its strengths: - Easy to install (no C compiler necessary*) - The parser can be extended/customised to support extra (or fewer) language fea...

SPROUT/JE-0.066 - 27 Oct 2014 00:19:07 UTC - Search in distribution

DBI - Database independent interface for Perl River stage four • 940 direct dependents • 2099 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution
  • DBI::DBD - Perl DBI Database Driver Writer's Guide

XSH River stage zero No dependents

CHOROBA/XML-XSH-1.8.6 - 09 Mar 2018 23:41:22 UTC - Search in distribution

POOF - Perl extension that provides stronger typing, encapsulation and inheritance. River stage zero No dependents

This module attempts to give Perl a more formal OO implementation framework. Providing a distinction between class properties and methods with three levels of access (Public, Protected and Private). It also restricts method overriding in children cla...

BMILLARES/POOF-1.4 - 09 Oct 2008 19:12:25 UTC - Search in distribution

ASP4 - Fast, Simple and Scalable Web Development for Perl [DEPRECATED] River stage one • 4 direct dependents • 4 total dependents

ASP4 is a modern web development platform for Perl with a focus on speed, simplicity and scalability....

JOHND/ASP4-1.087 - 07 May 2012 21:21:53 UTC - Search in distribution

PPR - Pattern-based Perl Recognizer River stage two • 10 direct dependents • 33 total dependents

The PPR module provides a single regular expression that defines a set of independent subpatterns suitable for matching entire Perl documents, as well as a wide range of individual syntactic components of Perl (i.e. statements, expressions, control b...

DCONWAY/PPR-0.001008 - 11 Apr 2023 05:50:32 UTC - Search in distribution
  • PPR::X - Pattern-based Perl Recognizer

TUWF - The Ultimate Website Framework River stage zero No dependents

TUWF is a small framework designed for writing websites. It provides an abstraction layer to various environment-specific tasks and has common functions to ease the creation of both small and large websites. For a gentle introduction to TUWF, see TUW...

YORHEL/TUWF-1.5 - 18 Jan 2023 08:23:51 UTC - Search in distribution

ZOOM - Perl extension implementing the ZOOM API for Information Retrieval River stage one • 8 direct dependents • 8 total dependents

This module provides a nice, Perlish implementation of the ZOOM Abstract API described and documented at http://zoom.z3950.org/api/ the ZOOM module is implemented as a set of thin classes on top of the non-OO functions provided by this distribution's...

MIRK/Net-Z3950-ZOOM-1.30 - 12 Mar 2014 14:17:01 UTC - Search in distribution
731 results (0.418 seconds)